home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000202_fdc@columbia.edu_Tue Apr 13 16:58:57 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Using Existing Connections
  5. Date: 13 Apr 2004 20:58:42 GMT
  6. Organization: Columbia University
  7. Lines: 23
  8. Message-ID: <slrnc7ol42.lh3.fdc@sesame.cc.columbia.edu>
  9. References: <1c78de7f.0404131256.2148a2ce@posting.google.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1081889922 15859 128.59.59.56 (13 Apr 2004 20:58:42 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 13 Apr 2004 20:58:42 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14915
  17.  
  18. On 2004-04-13, Dave <davewyman99@yahoo.com> wrote:
  19. : I have a phone dialer (Intel Dialogic D/41JCT-LS if you're curious)
  20. : with 4 phone jacks. There are over 100 divisions in my company that
  21. : each have their own inventory server. I want to have my central server
  22. : use this Dialogic board to dial in to each division's server and
  23. : download their inventory on a nightly basis. I need to have Kermit use
  24. : the Dialogic boards phone jacks to do this. I'm not sure if I can get
  25. : the Dialogic board to allow another program to access the open
  26. : connection, but assuming I can, is there any way for Kermit to take
  27. : control of that existing connection? What kind of connection would I
  28. : have to create to allow that?
  29. :
  30. Probably, but that depends on which operating system and which Kermit
  31. program.
  32.  
  33. : Ok, I've searched this group and all over google and still haven't
  34. : found what I'm looking for so if someone here has an idea, I'd really
  35. : appreciate it!
  36. :
  37. C-Kermit for Unix and Kermit 95 for Windows have command-line options
  38. for passing open file descriptors/handles for the communication connection.
  39.  
  40. - Frank